GoXam for WPF v3
GenericNetwork<V,E,Y> Constructor
Collapse All
Expand All
Language Filter: All
Language Filter: Multiple
Language Filter: Visual Basic
Language Filter: C#
C#
View with Navigation Tools
Northwoods.GoXam.Layout Namespace
>
GenericNetwork<V,E,Y> Class
: GenericNetwork<V,E,Y> Constructor
Constructs an empty network.
Syntax
C#
public
GenericNetwork<V,E,Y>()
Remarks
Use this default constructor to create an empty network. Call
AddNodesAndLinks
to automatically add network nodes and links, or call
AddNode
and
LinkVertexes
explicitly to have more detailed control over the exact graph that is laid out.
See Also
Reference
GenericNetwork<V,E,Y> Class
GenericNetwork<V,E,Y> Members